PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowContentMargins Class / PDFFlowContentMargins Constructor / PDFFlowContentMargins Constructor(PDFFlowContentMargins)
Value for all margins.
In This Topic
    PDFFlowContentMargins Constructor(PDFFlowContentMargins)
    In This Topic
    Initializes a new PDFFlowContentMargins object with another margins object.
    Syntax
    public PDFFlowContentMargins( 
       PDFFlowContentMargins margins
    )

    Parameters

    margins
    Value for all margins.
    Exceptions
    ExceptionDescription
    When margins is null.
    See Also